From 780705fb1413b53133be1533920c8683fe5f0664 Mon Sep 17 00:00:00 2001 From: "mafetter@fleming.research" Date: Mon, 24 Jan 2005 16:45:07 +0000 Subject: [PATCH] bitkeeper revision 1.1159.212.28 (41f52613d166fIDYJZGw5d_4kBSg5w) Fix "make dist" target in tools directory. Signed-off-by: michael.fetterman@cl.cam.ac.uk --- tools/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/Makefile b/tools/Makefile index ded1ea4b43..865af2c864 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -27,8 +27,7 @@ endif $(MAKE) -C ioemu install dist: $(TARGET) - $(MAKE) prefix=`pwd`/../../install dist=yes install - + $(MAKE) prefix=`pwd`/../dist/install dist=yes install clean: $(MAKE) -C libxutil clean -- 2.30.2